Method CreateWithWarmupAsync<TProps>(TProps)

Assembly: redb.Core.dll

Create object with metadata preload to cache
Useful for batch creation of objects of the same type

public static Task<RedbObject<TProps>> CreateWithWarmupAsync<TProps>(TProps properties) where TProps : class, new()